Code
#|
library(bibtex)
library(openalexR)Thank you for using openalexR!
To acknowledge our work, please cite the package by calling
`citation("openalexR")`.
Code
library(writexl)
library(tibble)
library(dplyr)
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Code
# library(ggplot2)
# library(knitr)
kp <- bibtex::read.bib("./key-paper.bib")
dois <- sapply(
kp,
function(x) {
x$doi
}
)